/*底部*/
/*$$
{"color":[{"val":"#1c1c1c","title":"底部导航字体颜色+标题字体颜色+右侧正文"},{"val":"#b38d54","title":"底部导航选中字体颜色+右侧小标题"},{"val":"#999999","title":"底部字体"}],"background":[{"val":"#1c1c1c","title":"整体底色"},{"val":"#ffffff","title":"背景图片底色"},{"val":"#000000","title":"大标题横线底色"}],"border":[]}
$$*/
#footer_151{
	width: 100%;
	background: #1c1c1c;
}
#footer_151 .footerMap{
	width: 100%;
	height: 590px;
	position: relative;
	z-index: 8;
}
#footer_151 .footerBody{
	width: 1200px;
	margin: 0 auto;
	margin-top:-270px;
	position: relative;
	z-index: 9;
}
#footer_151 .footerContact{
	width: 100%;
	background: url(./../../../static/images/FD00009_02.png) no-repeat top #ffffff;
	padding: 80px 16.7%;
	border-radius: 10px;
	overflow: hidden;
}
#footer_151 .footerNav{
	width: 16.7%;
	float: left;
}
#footer_151 .footerNav ul{
	width: 100%;
}
#footer_151 .footerNav ul li{
	width: 100%;
}
#footer_151 .footerNav ul li a{
	padding-left: 35px;
	display: block;
	font-size: 18px;
	line-height: 65px;
	text-align: center;
	color: #1c1c1c;
	cursor: pointer;
}
#footer_151 .footerNav ul li:hover{
	background: url(./../../../static/images/FD00009_01.png) no-repeat left center;
}
#footer_151 .footerNav ul li:hover a{
	color: #b38d54;
}
#footer_151 .footerChar{
	width: 50%;
	padding-left: 65px;
	float: right;
}
#footer_151 .indexTitle {
	width: 100%;
}

#footer_151 .indexEN {
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	color: #1c1c1c;
}

#footer_151 .indexCH {
	font-size: 24px;
	line-height: 60px;
	color: #1c1c1c;
}

#footer_151 .indexLine {
	width: 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer_151 .indexLine span {
	width: 40%;
	height: 1px;
	background: #000000;
}

#footer_151 .indexLine p {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000000;
}
#footer_151 .footerCharBody{
	width: 100%;
	margin-top: 40px;
}
#footer_151 .footerCharBodyTit{
	font-size: 16px;
	line-height: 40px;
	color: #b38d54;
}
#footer_151 .footerCharBodyA,.footerCharBodyB,.footerCharBodyC,.footerCharBodyD{
	padding-left: 35px;
	font-size: 16px;
	line-height: 40px;
	color: #1c1c1c;
}
#footer_151 .footerCharBodyA{
	background: url(./../../../static/images/FD00009_03.png) no-repeat left center;
}
#footer_151 .footerCharBodyB{
	background: url(./../../../static/images/FD00009_04.png) no-repeat left center;
}
#footer_151 .footerCharBodyC{
	background: url(./../../../static/images/FD00009_05.png) no-repeat left center;
}
#footer_151 .footerCharBodyD{
	background: url(./../../../static/images/FD00009_06.png) no-repeat left center;
}
#footer_151 .footerBot{
	line-height: 95px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}
#footer_151 .footerBot span{
	margin-left: 40px;
}
@media screen and (max-width:1200px) {
	#footer_151 .footerBody{
		width: 90%;
	}
	#footer_151 .footerContact{
		padding: 40px;
	}
	#footer_151 .footerNav{
		width: 20%;
	}
	#footer_151 .footerChar{
		width: 70%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#footer_151 .footerBody{
		width: 90%;
	}
	#footer_151 .footerContact{
		padding: 40px;
	}
	#footer_151 .footerNav{
		width: 20%;
	}
	#footer_151 .footerChar{
		width: 70%;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#footer_151 .footerMap{
		display: none;
	}
	#footer_151 .footerBody{
		width: 100%;
		margin-top: 0;
	}
	#footer_151{
		margin-bottom: 80px;
	}
	#footer_151 .footerContact{
		padding: 20px 20px;
		border-radius: 0;
	}
	#footer_151 .footerNav{
		display: none;
	}
	#footer_151 .footerChar{
		width: 100%;
		padding: 0;
	}
	#footer_151 .indexEN{
		font-size: 28px;
		line-height: 35px;
	}
	#footer_151 .indexCH{
		font-size: 20px;
		line-height: 30px;
	}
	#footer_151 .footerCharBody{
		margin-top: 10px;
	}
	#footer_151 .footerCharBodyTit{
		line-height: 30px;
	}
	#footer_151 .footerCharBodyA, .footerCharBodyB, .footerCharBodyC, .footerCharBodyD{
		font-size: 14px;
		line-height: 30px;
	}
	#footer_151 .footerBot span{
		width: 100%;
		text-align: center;
		display: block;
		margin-left: 0;
	}
	#footer_151 .footerBot{
		padding: 10px 0;
		line-height: 24px;
		font-size: 14px;
	}
}